home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / gds1.zip / GDS.CFG next >
Text File  |  1991-02-14  |  9KB  |  230 lines

  1. ;FORMAT:
  2. ;
  3. ;NOTE:  Any ';' will cause GDS to ignore to the end of the line.
  4. ;       If a video mode is giving you problems, you can disable it
  5. ;       by inserting a ';' in front of the line which describes it.
  6. ;
  7. ;<name> is the name of the video display (7 characters MAXIMUM)
  8. ;<hRes> and <vRes> are the screen resolution
  9. ;<bpix> is the number of bits per pixel
  10. ;<ax>, <bx>, <cx>, and <dx> are the processor registers on a call to
  11. ;           "int 010h" unless <directFlag> is non-zero
  12. ;<dirct> indicates the base address for text modes, and tells if
  13. ;           the graphics mode should be initialized by directly
  14. ;           accessing the VGA registers. (0, 1, or text base address)
  15. ;           
  16. ;<format> dictates the screen format (0 is normal, 1 is chunky 4-bit)
  17. ;
  18. ;<name>    <hRes>    <vRes>    <bpix>    <ax>    <bx>    <cx>    <dx>    <dirct>    <dotMode>
  19.  
  20. ;STANDARD EGA
  21. EGA,    80,    25,    0,    0x3,    0,    0,    0,    0xb800,    0    ;default text mode
  22. EGA,    320,    200,    4,    0xd,    0,    0,    0,    0,    0
  23. EGA,    640,    200,    4,    0xe,    0,    0,    0,    0,    0
  24. EGA,    640,    350,    4,    0x10,    0,    0,    0,    0,    0
  25.  
  26. ;STANDARD VGA
  27. VGA,    640,    480,    4,    0x12,   0,    0,    0,    0,    0
  28. VGA,    320,    200,    8,    0x13,    0,    0,    0,    0,    0
  29.  
  30. ;AHEAD SYSTEMS
  31. AHEAD,    640,    400,    8,    0x60,    0,    0,    0,    0,    0
  32. AHEAD,    640,    480,    8,    0x61,    0,    0,    0,    0,    0
  33. AHEAD,    800,    600,    8,    0x62,    0,    0,    0,    0,    0
  34.  
  35. ;AHEAD SYSTEMS
  36. AHEADB,    800,    600,    4,    0x6a,    0,    0,    0,    0,    0
  37. AHEADB,    1024,    768,    4,    0x74,    0,    0,    0,    0,    0
  38. AHEADB,    640,    400,    8,    0x60,    0,    0,    0,    0,    0
  39. AHEADB,    640,    480,    8,    0x61,    0,    0,    0,    0,    0
  40. AHEADB,    800,    600,    8,    0x62,    0,    0,    0,    0,    0
  41. AHEADB,    1024,    768,    8,    0x63,    0,    0,    0,    0,    0
  42.  
  43. ;ATI Wonder
  44. ATI,    132,    25,    0,    0x23,    0,    0,    0,    0xb800,    0
  45. ATI,    132,    44,    0,    0x33,    0,    0,    0,    0xb800,    0
  46. ATI,    800,    600,    4,    0x54,   0,    0,    0,    0,    0
  47. ;ATI,    1024,    768,    4,    0x55,   0,    0,    0,    0,    0    ;bank selection for video reads
  48.                                         ;doesn't seem to work properly in
  49.                                         ;this mode.  ATI?  What's up?
  50. ATI,    1024,    768,    4,    0x65,   0,    0,    0,    0,    1
  51. ATI,    640,    400,    8,    0x61,    0,    0,    0,    0,    0
  52. ATI,    640,    480,    8,    0x62,    0,    0,    0,    0,    0
  53. ATI,    800,    600,    8,    0x63,    0,    0,    0,    0,    0
  54.  
  55. ;CHIPS & TECHNOLOGIES
  56. CHIPS,    132,    25,    0,    0x60,    0,    0,    0,    0xb800,    0
  57. CHIPS,    132,    50,    0,    0x61,    0,    0,    0,    0xb800,    0
  58. CHIPS,    800,    600,    4,    0x70,    0,    0,    0,    0,    0
  59. CHIPS,    1024,    768,    4,    0x72,    0,    0,    0,    0,    0
  60. CHIPS,    640,    400,    8,    0x78,    0,    0,    0,    0,    0
  61. CHIPS,    640,    480,    8,    0x79,    0,    0,    0,    0,    0
  62. CHIPS,    768,    576,    8,    0x7a,    0,    0,    0,    0,    0
  63. CHIPS,    800,    600,    8,    0x7b,    0,    0,    0,    0,    0
  64.  
  65. ;EVEREX
  66. EVEREX,    800,    600,    4,    0x70,    0x02,    0,    0,    0,    0
  67. EVEREX,    640,    350,    8,    0x70,    0x13,    0,    0,    0,    0
  68. EVEREX,    640,    400,    8,    0x70,    0x14,    0,    0,    0,    0
  69. EVEREX,    512,    480,    8,    0x70,    0x15,    0,    0,    0,    0
  70. EVEREX,    640,    480,    8,    0x70,    0x30,    0,    0,    0,    0
  71. EVEREX,    800,    600,    8,    0x70,    0x31,    0,    0,    0,    0
  72.  
  73. ;GENOA 6000 series (6100, 6200, 6300, 6400, 6600)
  74. ;      THANX: Herman, Steve, and Decker w/Genoa customer support
  75. GENOA,    80,    32,    0,    0x58,    0,    0,    0,    0xb800,    0
  76. GENOA,    80,    60,    0,    0x72,    0,    0,    0,    0xb800,    0
  77. GENOA,    80,    66,    0,    0x74,    0,    0,    0,    0xb800,    0
  78. GENOA,    100,    42,    0,    0x5a,    0,    0,    0,    0xb800,    0
  79. GENOA,    100,    75,    0,    0x78,    0,    0,    0,    0xb800,    0
  80. GENOA,    132,    25,    0,    0x60,    0,    0,    0,    0xb800,    0
  81. GENOA,    132,    29,    0,    0x61,    0,    0,    0,    0xb800,    0
  82. GENOA,    132,    32,    0,    0x62,    0,    0,    0,    0xb800,    0
  83. GENOA,    132,    44,    0,    0x63,    0,    0,    0,    0xb800,    0
  84. GENOA,    132,    60,    0,    0x64,    0,    0,    0,    0xb800,    0
  85. GENOA,    512,    512,    4,    0x7c,    0,    0,    0,    0,    0
  86. GENOA,    720,    512,    4,    0x59,    0,    0,    0,    0,    0
  87. GENOA,    800,    600,    4,    0x79,    0,    0,    0,    0,    0
  88. GENOA,    1024,    768,    4,    0x5f,    0,    0,    0,    0,    0
  89. GENOA,    512,    512,    8,    0x7d,    0,    0,    0,    0,    0
  90. GENOA,    640,    350,    8,    0x5b,    0,    0,    0,    0,    0
  91. GENOA,    640,    400,    8,    0x7e,    0,    0,    0,    0,    0
  92. GENOA,    640,    480,    8,    0x5c,    0,    0,    0,    0,    0
  93. GENOA,    720,    512,    8,    0x5d,    0,    0,    0,    0,    0
  94. GENOA,    800,    600,    8,    0x5e,    0,    0,    0,    0,    0
  95.  
  96. ;OAKTECH
  97. OAK,    640,    480,    8,    0x53,    0,    0,    0,    0,    0
  98. OAK,    800,    600,    8,    0x54,    0,    0,    0,    0,    0
  99.  
  100. ;PARADISE
  101. PARA,    132,    25,    0,    0x55,    0,    0,    0,    0,    0
  102. PARA,    132,    43,    0,    0x54,    0,    0,    0,    0,    0
  103. PARA,    800,    600,    4,    0x58,    0,    0,    0,    0,    0
  104. PARA,    1024,    768,    4,    0x5d,    0,    0,    0,    0,    0
  105. PARA,    640,    400,    8,    0x5e,    0,    0,    0,    0,    0
  106. PARA,    640,    480,    8,    0x5f,    0,    0,    0,    0,    0
  107.  
  108. ;TRIDENT (ATI Prism Elite)
  109. TRIDNT,    80,    30,    0,    0x50,    0,    0,    0,    0xb800,    0
  110. TRIDNT,    80,    43,    0,    0x51,    0,    0,    0,    0xb800,    0
  111. TRIDNT,    80,    60,    0,    0x52,    0,    0,    0,    0xb800,    0
  112. TRIDNT,    132,    25,    0,    0x53,    0,    0,    0,    0xb800,    0
  113. TRIDNT,    132,    30,    0,    0x54,    0,    0,    0,    0xb800,    0
  114. TRIDNT,    132,    43,    0,    0x55,    0,    0,    0,    0xb800,    0
  115. TRIDNT,    132,    60,    0,    0x56,    0,    0,    0,    0xb800,    0
  116. TRIDNT,    132,    25,    0,    0x57,    0,    0,    0,    0xb800,    0
  117. TRIDNT,    132,    30,    0,    0x58,    0,    0,    0,    0xb800,    0
  118. TRIDNT,    132,    43,    0,    0x59,    0,    0,    0,    0xb800,    0
  119. TRIDNT,    132,    60,    0,    0x5a,    0,    0,    0,    0xb800,    0
  120. ;TRIDNT, 768,    1024,    4,    0x61,    0,    0,    0,    0,    0    ;for portrait CRTs ONLY!!! (like Magics 15FP)
  121. TRIDNT,    800,    600,    4,    0x5b,    0,    0,    0,    0,    0
  122. TRIDNT,    1024,    768,    4,    0x5f,    0,    0,    0,    0,    0
  123. TRIDNT,    640,    400,    8,    0x5c,    0,    0,    0,    0,    0
  124. TRIDNT,    640,    480,    8,    0x5d,    0,    0,    0,    0,    0
  125. TRIDNT,    800,    600,    8,    0x5e,    0,    0,    0,    0,    0
  126. TRIDNT,    1024,    768,    8,    0x62,    0,    0,    0,    0,    0
  127.  
  128. ;TSENG LABS
  129. TSENG,    80,    60,    0,    0x26,    0,    0,    0,    0xb800,    0
  130. TSENG,    100,    40,    0,    0x2a,    0,    0,    0,    0xb800,    0
  131. TSENG,    132,    25,    0,    0x23,    0,    0,    0,    0xb800,    0
  132. TSENG,    132,    28,    0,    0x24,    0,    0,    0,    0xb800,    0
  133. TSENG,    132,    44,    0,    0x22,    0,    0,    0,    0xb800,    0
  134. TSENG,    800,    600,    4,    0x29,    0,    0,    0,    0,    0
  135. TSENG,    1024,    768,    4,    0x37,    0,    0,    0,    0,    0
  136. TSENG,    640,    350,    8,    0x2d,    0,    0,    0,    0,    0
  137. TSENG,    640,    480,    8,    0x2e,    0,    0,    0,    0,    0
  138. TSENG,    720,    512,    8,    0x2f,    0,    0,    0,    0,    0
  139. TSENG,    800,    600,    8,    0x30,    0,    0,    0,    0,    0
  140.  
  141. ;TSENG LABS (4000 SERIES)
  142. TSENG4,    80,    60,    0,    0x26,    0,    0,    0,    0xb800,    0
  143. TSENG4,    100,    40,    0,    0x2a,    0,    0,    0,    0xb800,    0
  144. TSENG4,    132,    25,    0,    0x23,    0,    0,    0,    0xb800,    0
  145. TSENG4,    132,    28,    0,    0x24,    0,    0,    0,    0xb800,    0
  146. TSENG4,    132,    44,    0,    0x22,    0,    0,    0,    0xb800,    0
  147. TSENG4,    800,    600,    4,    0x29,    0,    0,    0,    0,    0
  148. TSENG4,    1024,    768,    4,    0x37,    0,    0,    0,    0,    0
  149. TSENG4,    640,    350,    8,    0x2d,    0,    0,    0,    0,    0
  150. TSENG4,    640,    400,    8,    0x2f,    0,    0,    0,    0,    0
  151. TSENG4,    640,    480,    8,    0x2e,    0,    0,    0,    0,    0
  152. TSENG4,    800,    600,    8,    0x30,    0,    0,    0,    0,    0
  153. TSENG4,    1024,    768,    8,    0x38,    0,    0,    0,    0,    0
  154.  
  155. ;VESA
  156. VESA,    640,    400,    8,    0x4f02,    0x100,    0,    0,    0,    0
  157. VESA,    640,    480,    8,    0x4f02,    0x101,    0,    0,    0,    0
  158. VESA,    800,    600,    8,    0x4f02,    0x103,    0,    0,    0,    0
  159. VESA,    1024,    768,    8,    0x4f02,    0x105,    0,    0,    0,    0
  160. VESA,    1280,    1024,    8,    0x4f02,    0x107,    0,    0,    0,    0
  161.  
  162. ;VIDEO 7
  163. VID7,    80,    43,    0,    0x6f05,    0x40,    0,    0,    0xb800,    0
  164. VID7,    80,    60,    0,    0x6f05,    0x43,    0,    0,    0xb800,    0
  165. VID7,    80,    67,    0,    0x6f05,    0x46,    0,    0,    0xb800,    0
  166. VID7,    100,    60,    0,    0x6f05,    0x44,    0,    0,    0xb800,    0
  167. VID7,    132,    25,    0,    0x6f05,    0x41,    0,    0,    0xb800,    0
  168. VID7,    132,    28,    0,    0x6f05,    0x45,    0,    0,    0xb800,    0
  169. VID7,    132,    43,    0,    0x6f05,    0x42,    0,    0,    0xb800,    0
  170. VID7,    720,    540,    4,    0x6f05,    0x61,    0,    0,    0,    0
  171. VID7,    752,    410,    4,    0x6f05,    0x60,    0,    0,    0,    0
  172. VID7,    800,    600,    4,    0x6f05,    0x62,    0,    0,    0,    0
  173. VID7,    1024,    768,    4,    0x6f05,    0x65,    0,    0,    0,    0
  174. VID7,    640,    400,    8,    0x6f05,    0x66,    0,    0,    0,    0
  175. VID7,    640,    480,    8,    0x6f05,    0x67,    0,    0,    0,    0
  176. VID7,    720,    540,    8,    0x6f05,    0x68,    0,    0,    0,    0
  177. VID7,    800,    600,    8,    0x6f05,    0x69,    0,    0,    0,    0
  178.  
  179. ;ORCHID
  180. ORCHID,    640,    350,    8,    0x5b,    0,    0,    0,    0,    0
  181. ORCHID,    640,    480,    8,    0x5c,    0,    0,    0,    0,    0
  182. ORCHID,    800,    600,    8,    0x5e,    0,    0,    0,    0,    0
  183.  
  184. ;ZYMOS (Hi Res 512)
  185. ZYMOS,    640,    400,    8,    0x5c,    0,    0,    0,    0,    0
  186. ZYMOS,    640,    480,    8,    0x5d,    0,    0,    0,    0,    0
  187. ZYMOS,    800,    600,    8,    0x5e,    0,    0,    0,    0,    0
  188.  
  189. ;NCR chipset?                    <-- I need information to support these.
  190. ;ACER chipset?
  191. ;CHIPS&T 452 & 453 differences?
  192. ;REALTECH chipset?
  193.  
  194. ;AUTOMATIC CONFIGURATION parameters
  195.  
  196. ;   IMAGE GENERATION PARAMETERS:
  197. ;auto,/a1        ;default antialiasing level (0=Off, 1=Horizontal(default), 2=Horz and Vert)
  198. ;auto,/b1        ;default mouse mode (0=Boxy, 1=Bits)
  199. ;auto,/d1        ;default dithering level (0=Off, 1=Norm(default), 2=High)
  200. ;auto,/g640x400x256    ;default graphics mode (default=640x480x256)
  201. ;auto,/m256        ;maximum colors allowed in palette generation (default=256) (NOTE: this may be any number between 2 and 256)
  202. ;auto,/nGDS%03d        ;filename printf() style template for saving files
  203. ;auto,/i1        ;NOT A RUNTIME OPTION.  interlaced GIF early fill mode (default=OFF)
  204. ;auto,/w0        ;NOT A RUNTIME OPTION.  automatically write arrays after first write command (Alt-P or Alt-W)
  205.  
  206. ;   USER INTERFACE PARAMETERS:
  207. ;auto,/f1001        ;default file display mode (Extension/Resolution/Bits/FileSize) (default=1001)
  208. ;auto,/t80x25        ;default text mode (default=80x25)
  209. ;auto,/v0        ;NOT A RUNTIME OPTION.  vertical orientation mode (default=OFF)
  210.  
  211. ;   SLIDESHOW OPTIONS:
  212. ;auto,/s        ;do automatic slideshow
  213. ;auto,/o0        ;don't sort files in automatic slideshow
  214. ;auto,@filename        ;get list of file specifications from file
  215. ;auto,/z200        ;NOT A RUNTIME OPTION.  delay between slide show slides in 100ths of a second
  216.  
  217.  
  218. ;NOTE: You may automatically have GDS find files all over
  219. ;      your system by inserting a line with a path/file
  220. ;      description in it, just like you would enter it on
  221. ;      the GDS command line (remove the semicolon ';'):
  222.  
  223. ;auto, j:\gifs\myfile* c:\pictures  bozo.gif
  224.  
  225.  
  226. ;NOTE: You may force 512K video memory support by using
  227. ;      the following line (remove the semicolon ';')
  228.  
  229. ;auto, /512        ;this forces 512K of video memory
  230.